ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / UpdateActionUrl Property






In This Topic
    UpdateActionUrl Property (IItemsSource<T>)
    In This Topic
    Gets and sets the url of update action.
    Syntax
    'Declaration
     
    
    Property UpdateActionUrl As System.String
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.String
     
    instance.UpdateActionUrl = value
     
    value = instance.UpdateActionUrl
    System.string UpdateActionUrl {get; set;}
    read-write property UpdateActionUrl: System.String; 
    function get,set UpdateActionUrl : System.String
    __property System.string* get_UpdateActionUrl();
    __property void set_UpdateActionUrl( 
       System.string* value
    );
    property System.String^ UpdateActionUrl {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also